Release 10.1A: OpenEdge Data Management:
SQL Reference


SELECT

Syntax
select statement ::=
query_expression
  ORDER BY { expr | posn } [ ASC | DESC ]
    [ , { expr | posn } [ ASC | DESC ] , ... ]
  FOR UPDATE [ OF [ table.]column_name , ... ] 
; 


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095